/* 
https://blufly.media/asset/css/[default]/v1.css
*/

/*
Nouns: camelCase
*/

.ampersandLbl {
	
	font-size: smaller;
	padding-left: 0.3em;
	padding-right: 0.3em;
	vertical-align: 0.05em;
	
}

.ampersandLbl::after {
	
	content: "&";
	
}


#articlePresenterImg {
	
	position: fixed;
	width: 40%;
	bottom: 0em;
	left: 30%;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#articlePresenterImg {
		
		width: 60%;
		left: 20%;
		
	}
	
}

#articlePresenterImg:hover {
	
	cursor: pointer;

}

#authorTxt {
	
	font-family: 'Marcellus SC', serif;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;

}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#authorTxt {
		
		font-size: 1.2em;
		
	}
	
}

/* A hack to get around the weird fact that margin-bottom gets collapsed within a div. */

.extended-flow p:not(:last-child) {
	
	margin-bottom: 2em;

}

.captionTxt {
	
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-optical-sizing: auto;
	font-weight: 400;
	color: grey;
	text-align: center;
	padding-bottom: 2em;
	font-size: 0.8em;
	
	width: 80%;
	padding-left: 10%;
	grid-column: 1 / 4;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {

	.captionTxt {
		
		 font-size: 0.55em;
		
	}

}

/* this is added to captionTxt when the image is found within the text of the article */

.embedded {
	
	padding-top: 0.5em;
	width: 100%;
	padding-left: 0%;
	grid-column: 2 / 3;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.captionTxt {
		
		padding-bottom: 2.5em;
		font-size: 0.45em;
		
	}
	
	.embedded {
		
		padding-top: 1.0em;
		
	}


}

.dropCapLbl {
	
	float: left;
	font-size: 3.25em;
	line-height: 5px;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 12px;
	padding-left: 0px;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.dropCapLbl {
	
		float: left;
		font-size: 2.95em;
		padding-top: 0.55em;
		padding-bottom: 0.4em;
		padding-right: 0.2em;
		padding-left: 0em;
		
	}
	
}

.embeddedImg {
	
	width: 100%;
	
}

.emojiLbl {

	font-size: smaller;
	vertical-align: 0.1em;
	
}

#epilogue-separator {
	
	text-align: center;
	letter-spacing: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	
}

#epilogueTxt {
	
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	
}

/* it's not necessary to adjust epilogueTxt for mobile given that it's adjusted programmatically with showToast() */

#footnoteTxt {
	
	font-size: 0.8em;
	padding-bottom: 1em;
	
}


#footnoteTxt p:first-child {
	
	margin-top: 0em;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#footnoteTxt {
		
		padding-bottom: 2.5em;
		font-size: 0.55em;
		
	}
	
}

#forewordTxt {
	
	font-style: italic;
	
}

#keyImg {
	
	margin-bottom: 5px;
	
}

/* https://www.chicagomanualofstyle.org/book/ed17/part2/ch07/psec053.html */

.nonEnglishTxt {
	
	font-style: italic;
	padding-right: 2px;
	
}
	
.pseudo-emoji {
	
	height: 15px;
	margin-left: 5px; 
	margin-bottom: -4.5px; 
	padding-bottom: 0px; 
	padding-right: 3px; 
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.pseudo-emoji {
		
		margin-bottom: -3.5px; 
		margin-left: 4px; 
		padding-right: 6px; 
		
	}
	
}

.quotedTxt {
	
	font-style: italic;
	
}

.quotedTxt:after {
	
	padding-left: 1px;
	content: "\201D";
	padding-right: 2px;
	
}

.quotedTxt:before {
	
	content: "\201C";
	padding-right: 1px;
	
}

.referenceAnchorTxt:hover {
	
	color: gray;
	cursor: pointer;
	
}

#returnBtn {
	
	position: fixed;
	bottom: 100px;
	right: 100px;
	width: 3.9178em;
	visibility: hidden;

}

#returnBtn:hover {
	
	cursor: pointer;
	
}

#subtitleTxt {
	
	font-style: italic;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 1.5em;

}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	#subtitleTxt {
		
		font-size: 1.0em;
		padding-bottom: 1.4em;
		
	}
	
}

/*
Adjectives: when naming, lowercase only and separate words with underscore characters
*/

.dropshadow {
	
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
	
}

.shallow_dropshadow {
	
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
	
}
